home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / utilz / unpcklbm / makeit.bat < prev    next >
DOS Batch File  |  1996-01-04  |  114b  |  8 lines

  1. tasm pmode.asm /x /m3
  2. tasm io.asm    /x /m3
  3. tasm test.asm  /x /m3
  4.  
  5. tlink pmode io test, test /3
  6. del *.map
  7.  
  8.